home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 001-025 / disk_006 / compress / readme.amiga < prev    next >
Text File  |  1992-05-06  |  1KB  |  29 lines

  1. This is the latest available version of compress from mod.sources on
  2. usenet.  It's basic functionality, except for unix specific actions,
  3. is unchanged.  To compress a file "foo.c" on the AMIGA:
  4.  
  5.     compress foo.c
  6.  
  7. which will make a new compressed file "foo.c.Z".  To uncompress the
  8. file:
  9.  
  10.     compress -d foo.c
  11.  
  12. which will create a new "foo.c" from the compressed "foo.c.Z".
  13.  
  14. Note that this program has not been extensively tested yet on the
  15. AMIGA, so be careful compressing files and then removing the only
  16. original uncompressed files without having a backup.
  17.  
  18. Also note that many of the files here are not applicable to the Amiga,
  19. but are included for completeness.  You may wish to someday transfer this
  20. to a Unix system, even use it on a future Amiga running Unix.
  21.  
  22. One last thing, this distribution also contains the programs "btoa" and
  23. "atob", which can be used to tranform Amiga binary files into ascii files
  24. for transmission over links that do not support 8-bit transfers, then
  25. conversion back to binary files.
  26.  
  27. -Fred Fish
  28.  14-Jan-86
  29.